const encoding/json.indentGrowthFactor

3 uses

	encoding/json (current package)
		encode.go#L179: 	b2 := make([]byte, 0, indentGrowthFactor*len(b))
		indent.go#L97: const indentGrowthFactor = 2
		indent.go#L111: 	dst.Grow(indentGrowthFactor * len(src))